home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 54809 / 54809.xpi / chrome / dictCheck-0.0.6.005.jar / content / aboutMeDialog.xul next >
Extensible Markup Language  |  2010-02-10  |  2KB  |  38 lines

  1. <?xml version="1.0"?>
  2.  
  3. <!-- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> -->
  4. <?xml-stylesheet href='chrome://dictcheck/skin/iframeInfoDialog.css' type='text/css'?>
  5.  
  6. <dialog id="aboutMeDialog" title="About Me"
  7.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.         buttons='accept'
  9.         ondialogaccept="close();"
  10.         align='center'>
  11.  
  12. <script type='application/x-javascript' src='chrome://dictcheck/content/libs.js'></script>
  13.  
  14. <vbox align='center' style="margin-top: 0; margin-bottom: 0;">
  15. <hbox flex="1">
  16. <label style="margin-right: 0;" value="[PL] Autor: [EN] Author: "></label>
  17. <label style="margin-left: 0;" value='Krzysztof Slawinski' class='textLink' onclick='com.ksla.libs.goURL("http://ksla.cba.pl")'></label>
  18. </hbox>
  19. <label value='[PL] Program na licencji freeware. Wszelkie prawa zastrze┼╝one. [EN] Please feel free to use it. It is free of charge.'></label>
  20. <label value='[PL] Instalujesz, u┼╝ywasz na w┼éasne ryzyko. [EN] You are installing this plugin at your own risk.'></label>
  21. <label value=''></label>
  22. <label value="[PL] Je┼¢li podoba Ci si─Ö dictCheck i chcesz wesprze─ç program do┼╝ywiania dzieci w szko┼éach kliknij na poni┼╝szy link"></label>
  23. <label value="[EN] If you like the plugin please click the link below in order to support a program of nourishment of children at schools."></label>
  24. <label value=''></label>
  25. <label value='http://www.pajacyk.pl' class='textLink' onclick='com.ksla.libs.goURL("http://www.pajacyk.pl/index.php")'></label>
  26. <label value=''></label>
  27. <label value='[PL] Bugi i wszelkie komentarze mo┼╝na zg┼éasza─ç na mejla, adres poni┼╝ej: '></label>
  28. <label value='[EN] For bugs/new features requests or any others feel free to email me at: '></label>
  29. <label value=''></label>
  30. <textbox id='dictCheckEmail' 
  31.          readonly='true'          
  32.          value='dictCheck@gmail.com'
  33.          >    
  34. </textbox>
  35. </vbox>
  36.  
  37.  
  38. </dialog>